home *** CD-ROM | disk | FTP | other *** search
- object csNBEditDlg: TcsNBEditDlg
- Left = 114
- Top = 129
- ActiveControl = TabGrid
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Notebook Tabs'
- ClientHeight = 261
- ClientWidth = 446
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 349
- Height = 213
- Shape = bsFrame
- IsControl = True
- end
- object Bevel2: TBevel
- Left = 364
- Top = 8
- Width = 77
- Height = 45
- Style = bsRaised
- end
- object Preview: TImage
- Left = 368
- Top = 12
- Width = 69
- Height = 37
- end
- object OKBtn: TBitBtn
- Left = 12
- Top = 228
- Width = 77
- Height = 27
- Cancel = True
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 6
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000000000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333330000333333333333333333333333F33333333333
- 00003333344333333333333333377F3333333333000033334224333333333333
- 337337F3333333330000333422224333333333333733337F3333333300003342
- 222224333333333373333337F3333333000034222A22224333333337F337F333
- 7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
- 33333337F73337F337F33333000033A33333A222433333337333337F337F3333
- 0000333333333A222433333333333337F337F33300003333333333A222433333
- 333333337F337F33000033333333333A222433333333333337F337F300003333
- 33333333A222433333333333337F337F00003333333333333A22433333333333
- 3337F37F000033333333333333A223333333333333337F730000333333333333
- 333A333333333333333337330000333333333333333333333333333333333333
- 0000}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 96
- Top = 228
- Width = 77
- Height = 27
- TabOrder = 7
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object AddBtn: TButton
- Left = 364
- Top = 60
- Width = 77
- Height = 27
- Caption = '&Add...'
- TabOrder = 1
- OnClick = AddBtnClick
- end
- object EditBtn: TButton
- Left = 364
- Top = 92
- Width = 77
- Height = 27
- Caption = '&Edit...'
- Default = True
- TabOrder = 2
- OnClick = EditBtnClick
- end
- object DeleteBtn: TButton
- Left = 364
- Top = 124
- Width = 77
- Height = 27
- Caption = '&Delete'
- TabOrder = 3
- OnClick = DeleteBtnClick
- end
- object ColumnHeadings: THeader
- Left = 12
- Top = 12
- Width = 341
- Height = 17
- Sections.Sections = (
- #0'138'#0'Caption'
- #0'84'#0'Help Context'
- #0'62'#0'Enabled?'
- #0'53'#0'Visible?')
- TabOrder = 8
- OnSized = ColumnHeadingsSized
- end
- object TabGrid: TDrawGrid
- Left = 12
- Top = 32
- Width = 341
- Height = 185
- ColCount = 1
- FixedCols = 0
- FixedRows = 0
- GridLineWidth = 0
- Options = [goDrawFocusSelected]
- RowCount = 7
- ScrollBars = ssVertical
- TabOrder = 0
- OnDblClick = TabGridDblClick
- OnDrawCell = TabGridDrawCell
- OnSelectCell = TabGridSelectCell
- ColWidths = (
- 344)
- end
- object UpBtn: TBitBtn
- Left = 364
- Top = 160
- Width = 77
- Height = 27
- Caption = '&Up'
- TabOrder = 4
- OnClick = MoveClick
- Margin = 20
- Spacing = -1
- IsControl = True
- end
- object DownBtn: TBitBtn
- Left = 364
- Top = 192
- Width = 77
- Height = 27
- Caption = 'Dow&n'
- TabOrder = 5
- OnClick = MoveClick
- Margin = 20
- Spacing = -1
- IsControl = True
- end
- end
-